-
Notifications
You must be signed in to change notification settings - Fork 0
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
> PSSH [1] provides parallel versions of OpenSSH and related tools. > Included are pssh, pscp, prsync, pnuke, and pslurp. The project > includes psshlib which can be used within custom applications. [1] https://code.google.com/archive/p/parallel-ssh/
@all, PSSH might be useful for some of you. |
Nice. They should work on their manual pages :-) |
pmenzel
added a commit
that referenced
this pull request
Feb 17, 2018
Change-log from file `[ChangeLog][1]`: > 2016-10-01: v1.0.21: > * Core: Refactor code related to transfer flags and timeout handling > * Darwin: Ignore root hub simulation devices > * Darwin: Improved support for OS X El Capitan > * Darwin: Work around devices with buggy endpoint descriptors > * Darwin: Do not use objc_registerThreadWithCollector after its deprecation > * Darwin: Use C11 atomics on 10.12+ as the OS atomics are now deprecated > * Linux: Support preallocating kernel memory for zerocopy USB > * Linux: Deal with receiving POLLERR before all transfers have completed > * Solaris: Add solaris backend > * Windows: Add Visual Studio 2015 support > * Windows: Add usbdk backend > * Prevent attempts to recursively handle events > * Fix race condition in handle_timeout() > * Allow transferred argument to be optional in bulk APIs > * Various other bug fixes and improvements > > 2015-09-13: v1.0.20 > * Add Haiku support > * Fix multiple memory and resource leaks (#16, #52, #76, #81) > * Fix possible deadlock when executing transfer callback > * New libusb_free_pollfds() API > * Darwin: Fix devices not being detected on OS X 10.8 (#48) > * Linux: Allow larger isochronous transfer submission (#23) > * Windows: Fix broken builds Cygwin/MinGW builds and compiler warnings > * Windows: Fix broken bus number lookup > * Windows: Improve submission of control requests for composite devices > * Examples: Add two-stage load support to fxload (#12) > * Correctly report cancellations due to timeouts > * Improve efficiency of event handling > * Improve speed of transfer submission in multi-threaded environments > * Various other bug fixes and improvements > The (#xx) numbers are libusb issue numbers, see ie: > https://github.com/libusb/libusb/issues/16 [1]: https://github.com/libusb/libusb/blob/master/ChangeLog
pmenzel
added a commit
that referenced
this pull request
Feb 19, 2018
Change-log from file `[ChangeLog][1]`: > 2016-10-01: v1.0.21: > * Core: Refactor code related to transfer flags and timeout handling > * Darwin: Ignore root hub simulation devices > * Darwin: Improved support for OS X El Capitan > * Darwin: Work around devices with buggy endpoint descriptors > * Darwin: Do not use objc_registerThreadWithCollector after its deprecation > * Darwin: Use C11 atomics on 10.12+ as the OS atomics are now deprecated > * Linux: Support preallocating kernel memory for zerocopy USB > * Linux: Deal with receiving POLLERR before all transfers have completed > * Solaris: Add solaris backend > * Windows: Add Visual Studio 2015 support > * Windows: Add usbdk backend > * Prevent attempts to recursively handle events > * Fix race condition in handle_timeout() > * Allow transferred argument to be optional in bulk APIs > * Various other bug fixes and improvements > > 2015-09-13: v1.0.20 > * Add Haiku support > * Fix multiple memory and resource leaks (#16, #52, #76, #81) > * Fix possible deadlock when executing transfer callback > * New libusb_free_pollfds() API > * Darwin: Fix devices not being detected on OS X 10.8 (#48) > * Linux: Allow larger isochronous transfer submission (#23) > * Windows: Fix broken builds Cygwin/MinGW builds and compiler warnings > * Windows: Fix broken bus number lookup > * Windows: Improve submission of control requests for composite devices > * Examples: Add two-stage load support to fxload (#12) > * Correctly report cancellations due to timeouts > * Improve efficiency of event handling > * Improve speed of transfer submission in multi-threaded environments > * Various other bug fixes and improvements > The (#xx) numbers are libusb issue numbers, see ie: > https://github.com/libusb/libusb/issues/16 [1]: https://github.com/libusb/libusb/blob/master/ChangeLog
pmenzel
added a commit
that referenced
this pull request
Feb 19, 2018
Change-log from file `[ChangeLog][1]`: > 2016-10-01: v1.0.21: > * Core: Refactor code related to transfer flags and timeout handling > * Darwin: Ignore root hub simulation devices > * Darwin: Improved support for OS X El Capitan > * Darwin: Work around devices with buggy endpoint descriptors > * Darwin: Do not use objc_registerThreadWithCollector after its deprecation > * Darwin: Use C11 atomics on 10.12+ as the OS atomics are now deprecated > * Linux: Support preallocating kernel memory for zerocopy USB > * Linux: Deal with receiving POLLERR before all transfers have completed > * Solaris: Add solaris backend > * Windows: Add Visual Studio 2015 support > * Windows: Add usbdk backend > * Prevent attempts to recursively handle events > * Fix race condition in handle_timeout() > * Allow transferred argument to be optional in bulk APIs > * Various other bug fixes and improvements > > 2015-09-13: v1.0.20 > * Add Haiku support > * Fix multiple memory and resource leaks (#16, #52, #76, #81) > * Fix possible deadlock when executing transfer callback > * New libusb_free_pollfds() API > * Darwin: Fix devices not being detected on OS X 10.8 (#48) > * Linux: Allow larger isochronous transfer submission (#23) > * Windows: Fix broken builds Cygwin/MinGW builds and compiler warnings > * Windows: Fix broken bus number lookup > * Windows: Improve submission of control requests for composite devices > * Examples: Add two-stage load support to fxload (#12) > * Correctly report cancellations due to timeouts > * Improve efficiency of event handling > * Improve speed of transfer submission in multi-threaded environments > * Various other bug fixes and improvements > The (#xx) numbers are libusb issue numbers, see ie: > https://github.com/libusb/libusb/issues/16 [1]: https://github.com/libusb/libusb/blob/master/ChangeLog
pmenzel
added a commit
that referenced
this pull request
Feb 19, 2018
Change-log from file `[ChangeLog][1]`: > 2016-10-01: v1.0.21: > * Core: Refactor code related to transfer flags and timeout handling > * Darwin: Ignore root hub simulation devices > * Darwin: Improved support for OS X El Capitan > * Darwin: Work around devices with buggy endpoint descriptors > * Darwin: Do not use objc_registerThreadWithCollector after its deprecation > * Darwin: Use C11 atomics on 10.12+ as the OS atomics are now deprecated > * Linux: Support preallocating kernel memory for zerocopy USB > * Linux: Deal with receiving POLLERR before all transfers have completed > * Solaris: Add solaris backend > * Windows: Add Visual Studio 2015 support > * Windows: Add usbdk backend > * Prevent attempts to recursively handle events > * Fix race condition in handle_timeout() > * Allow transferred argument to be optional in bulk APIs > * Various other bug fixes and improvements > > 2015-09-13: v1.0.20 > * Add Haiku support > * Fix multiple memory and resource leaks (#16, #52, #76, #81) > * Fix possible deadlock when executing transfer callback > * New libusb_free_pollfds() API > * Darwin: Fix devices not being detected on OS X 10.8 (#48) > * Linux: Allow larger isochronous transfer submission (#23) > * Windows: Fix broken builds Cygwin/MinGW builds and compiler warnings > * Windows: Fix broken bus number lookup > * Windows: Improve submission of control requests for composite devices > * Examples: Add two-stage load support to fxload (#12) > * Correctly report cancellations due to timeouts > * Improve efficiency of event handling > * Improve speed of transfer submission in multi-threaded environments > * Various other bug fixes and improvements > The (#xx) numbers are libusb issue numbers, see ie: > https://github.com/libusb/libusb/issues/16 [1]: https://github.com/libusb/libusb/blob/master/ChangeLog
pmenzel
added a commit
that referenced
this pull request
Mar 5, 2018
Change-log from file `[ChangeLog][1]`: > 2016-10-01: v1.0.21: > * Core: Refactor code related to transfer flags and timeout handling > * Darwin: Ignore root hub simulation devices > * Darwin: Improved support for OS X El Capitan > * Darwin: Work around devices with buggy endpoint descriptors > * Darwin: Do not use objc_registerThreadWithCollector after its deprecation > * Darwin: Use C11 atomics on 10.12+ as the OS atomics are now deprecated > * Linux: Support preallocating kernel memory for zerocopy USB > * Linux: Deal with receiving POLLERR before all transfers have completed > * Solaris: Add solaris backend > * Windows: Add Visual Studio 2015 support > * Windows: Add usbdk backend > * Prevent attempts to recursively handle events > * Fix race condition in handle_timeout() > * Allow transferred argument to be optional in bulk APIs > * Various other bug fixes and improvements > > 2015-09-13: v1.0.20 > * Add Haiku support > * Fix multiple memory and resource leaks (#16, #52, #76, #81) > * Fix possible deadlock when executing transfer callback > * New libusb_free_pollfds() API > * Darwin: Fix devices not being detected on OS X 10.8 (#48) > * Linux: Allow larger isochronous transfer submission (#23) > * Windows: Fix broken builds Cygwin/MinGW builds and compiler warnings > * Windows: Fix broken bus number lookup > * Windows: Improve submission of control requests for composite devices > * Examples: Add two-stage load support to fxload (#12) > * Correctly report cancellations due to timeouts > * Improve efficiency of event handling > * Improve speed of transfer submission in multi-threaded environments > * Various other bug fixes and improvements > The (#xx) numbers are libusb issue numbers, see ie: > https://github.com/libusb/libusb/issues/16 [1]: https://github.com/libusb/libusb/blob/master/ChangeLog
donald
pushed a commit
that referenced
this pull request
Mar 11, 2018
Change-log from file `[ChangeLog][1]`: > 2016-10-01: v1.0.21: > * Core: Refactor code related to transfer flags and timeout handling > * Darwin: Ignore root hub simulation devices > * Darwin: Improved support for OS X El Capitan > * Darwin: Work around devices with buggy endpoint descriptors > * Darwin: Do not use objc_registerThreadWithCollector after its deprecation > * Darwin: Use C11 atomics on 10.12+ as the OS atomics are now deprecated > * Linux: Support preallocating kernel memory for zerocopy USB > * Linux: Deal with receiving POLLERR before all transfers have completed > * Solaris: Add solaris backend > * Windows: Add Visual Studio 2015 support > * Windows: Add usbdk backend > * Prevent attempts to recursively handle events > * Fix race condition in handle_timeout() > * Allow transferred argument to be optional in bulk APIs > * Various other bug fixes and improvements > > 2015-09-13: v1.0.20 > * Add Haiku support > * Fix multiple memory and resource leaks (#16, #52, #76, #81) > * Fix possible deadlock when executing transfer callback > * New libusb_free_pollfds() API > * Darwin: Fix devices not being detected on OS X 10.8 (#48) > * Linux: Allow larger isochronous transfer submission (#23) > * Windows: Fix broken builds Cygwin/MinGW builds and compiler warnings > * Windows: Fix broken bus number lookup > * Windows: Improve submission of control requests for composite devices > * Examples: Add two-stage load support to fxload (#12) > * Correctly report cancellations due to timeouts > * Improve efficiency of event handling > * Improve speed of transfer submission in multi-threaded environments > * Various other bug fixes and improvements > The (#xx) numbers are libusb issue numbers, see ie: > https://github.com/libusb/libusb/issues/16 [1]: https://github.com/libusb/libusb/blob/master/ChangeLog
pmenzel
added a commit
that referenced
this pull request
Mar 12, 2018
Change-log from file `[ChangeLog][1]`: > 2016-10-01: v1.0.21: > * Core: Refactor code related to transfer flags and timeout handling > * Darwin: Ignore root hub simulation devices > * Darwin: Improved support for OS X El Capitan > * Darwin: Work around devices with buggy endpoint descriptors > * Darwin: Do not use objc_registerThreadWithCollector after its deprecation > * Darwin: Use C11 atomics on 10.12+ as the OS atomics are now deprecated > * Linux: Support preallocating kernel memory for zerocopy USB > * Linux: Deal with receiving POLLERR before all transfers have completed > * Solaris: Add solaris backend > * Windows: Add Visual Studio 2015 support > * Windows: Add usbdk backend > * Prevent attempts to recursively handle events > * Fix race condition in handle_timeout() > * Allow transferred argument to be optional in bulk APIs > * Various other bug fixes and improvements > > 2015-09-13: v1.0.20 > * Add Haiku support > * Fix multiple memory and resource leaks (#16, #52, #76, #81) > * Fix possible deadlock when executing transfer callback > * New libusb_free_pollfds() API > * Darwin: Fix devices not being detected on OS X 10.8 (#48) > * Linux: Allow larger isochronous transfer submission (#23) > * Windows: Fix broken builds Cygwin/MinGW builds and compiler warnings > * Windows: Fix broken bus number lookup > * Windows: Improve submission of control requests for composite devices > * Examples: Add two-stage load support to fxload (#12) > * Correctly report cancellations due to timeouts > * Improve efficiency of event handling > * Improve speed of transfer submission in multi-threaded environments > * Various other bug fixes and improvements > The (#xx) numbers are libusb issue numbers, see ie: > https://github.com/libusb/libusb/issues/16 [1]: https://github.com/libusb/libusb/blob/master/ChangeLog
Sign in
to join this conversation on GitHub.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.